added some development tools
[windows-sources.git] / developer / Samples / NET 4.6 / Famliy_Tree_DSL / DslPackage / Language1 / Debugging / Language1Report.tt
blob42b00d5b1b222f4888f2852646f09e28b392ecb9
1 <#@ template inherits="Microsoft.VisualStudio.TextTemplating.VSHost.ModelingTextTransformation" #>
2 <#@ output extension=".txt" #>
3 <#@ Language1 processor="Language1DirectiveProcessor" requires="fileName='Sample.mydsl1'" #>
5 Generated material. Generating code in C#.
7 <#
8   // When you change the DSL Definition, some of the code below may not work.
10   foreach (ExampleElement element in this.ExampleModel.Elements)
11   {
13         <#= element.Name #>
14 <#    
15   }